From: Eli Zaretskii Date: Sat, 16 Oct 2021 11:00:52 +0000 (+0300) Subject: ; * src/emacs.c (load_pdump): Adjust comment to recent code changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3291^2~941 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cf94c9902de6fe161f66d6393d89633c8ef31c7e;p=emacs.git ; * src/emacs.c (load_pdump): Adjust comment to recent code changes. --- diff --git a/src/emacs.c b/src/emacs.c index 1f6490fbc04..999690c7e0e 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -928,9 +928,9 @@ load_pdump (int argc, char **argv) path_exec = ns_relocate (path_exec); #endif - /* Look for "emacs.pdmp" in PATH_EXEC. We hardcode "emacs" in - "emacs.pdmp" so that the Emacs binary still works if the user - copies and renames it. */ + /* Look for "emacs-FINGERPRINT.pdmp" in PATH_EXEC. We hardcode + "emacs" in "emacs-FINGERPRINT.pdmp" so that the Emacs binary + still works if the user copies and renames it. */ hexbuf_size = 2 * sizeof fingerprint; hexbuf = xmalloc (hexbuf_size + 1); hexbuf_digest (hexbuf, (char *) fingerprint, sizeof fingerprint);